home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / tmail701.zip / TRIMAIL.DOC < prev    next >
Text File  |  1993-05-17  |  5KB  |  199 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                                   TriMail 7.01
  8.               A QWK Mail Door for the TriBBS Bulletin Board System
  9.                    Copyright (c) 1991-1993 By Mark D. Goodwin
  10.  
  11.      TriMail 7.01 is distributed as freeware.  Registered TriBBS sysops are
  12.      free to  use TriMail  with their TriBBS  boards.   Unregistered TriBBS
  13.      sysops are free  to use TriMail during their board's 30 day evaluation
  14.      period.  Any other use of TriMail is strictly prohibited.
  15.  
  16.      TriMail is  a QWK mail  door that will  allow your callers to  use QWK
  17.      mail readers like  SLMR, EZ-Reader, WinQWK,  Session Manager, etc.  to
  18.      read mail offline.   Not only will your callers find reading mail with
  19.      an offline reader more enjoyable, your board will not be unnecessarily
  20.      tied up by callers reading umpteen million messages online.
  21.  
  22.      TriMail can also  optionally produce QWK packets that  have net status
  23.      enable.  These net status  packets are fully compatible with PCBoard's
  24.      RNet/MarkMail net status packets.
  25.  
  26.  
  27.      THE TRIMAIL DIRECTORY
  28.      ---------------------
  29.  
  30.      The first step during  the TriMail installation process is to create a
  31.      directory for the doors and  copy the files TRIMAIL.EXE and TMAIL1.CFG
  32.      to the newly created directory.
  33.  
  34.      MODIFYING DOORS.MNU
  35.      -------------------
  36.  
  37.      The next step is  to add a line to your board's  DOORS.MNU file to add
  38.      the door to the Doors Menu.   The following is an example of the  line
  39.      you should include in your DOORS.MNU file:
  40.  
  41.      T,TriMail,TRIMAIL,10
  42.  
  43.      The above line tells TriBBS  to generate TRIBBS.SYS, use a description
  44.      of "TriMail" in  the Doors Menu, run  the batch file "TRIMAIL"  to run
  45.      the door, and set the door's minimum security level to 10.
  46.  
  47.  
  48.      THE DOOR'S BATCH FILE
  49.      ---------------------
  50.  
  51.      The next step is to create the door's batch file.  The following is an
  52.      example TriMail batch file:
  53.  
  54.      cd \doors\trimail
  55.      trimail tmail1.cfg
  56.      cd \tribbs
  57.      board
  58.  
  59.      The following is a line-by-line description of the above batch file:
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.      cd \doors\trimail             <- Change to the door's directory
  74.      trimail tmail1.cfg            <- Run TriMail and specify the
  75.                                    <- configuration file
  76.      cd \tribbs                    <- Change back to TriBBS's
  77.                                    <- directory
  78.      board                         <- Run TriBBS again
  79.  
  80.  
  81.      MODIFYING TMAIL1.CFG
  82.      --------------------
  83.  
  84.      The next step is to modify TMAIL1.CFG to meet your board's needs.  The
  85.      following is a sample TMAIL1.CFG file:
  86.  
  87.      TRIBBS
  88.      c:\TRIBBS
  89.      The Lobster Buoy
  90.      Mark Goodwin
  91.      0
  92.      c:\TRIBBS
  93.      c:\TRIBBS
  94.      LOBSTER
  95.      c:\SLMR\WORK
  96.      100
  97.      1000
  98.  
  99.      The following is a line-by-line description of TMAIL1.CFG:
  100.  
  101.      TRIBBS              <- The door uses TRIBBS.SYS
  102.      c:\TRIBBS           <- The directory where TRIBBS.SYS is located.
  103.      The Lobster Buoy    <- The board's name.
  104.      Mark Goodwin        <- The sysop's name.
  105.      0                   <- The board's locked baud rate or 0 for not
  106.                          <- locked.
  107.      c:\TRIBBS           <- Your board's main directory.
  108.      c:\TRIBBS           <- The node's main directory.
  109.      LOBSTER             <- Your board's QWK id. (Up to 8 chars!!!)
  110.      c:\SLMR\WORK        <- The location for TriMail to copy QWK
  111.                          <- packets to and get REP packets from during
  112.                          <- a local logon.  In other words, the
  113.                          <- directory you use for your mail reader.
  114.      100                 <- The maximum number of messages per
  115.                          <- conference.
  116.      1000                <- The maximum number of messages per QWK
  117.                          <- packet.
  118.  
  119.      IMPORTANT:  TriMail requires the programs PKZIP.EXE and PKUNZIP.EXE to
  120.      be in your DOS PATH.
  121.  
  122.      NONSTANDARD IRQS
  123.      ----------------
  124.  
  125.      TriMail supports nonstandard IRQs.  If a nonstandard IRQ is being used
  126.      with your  board, simply specify  the IRQ number being  used after the
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.      TriMail  configuration file's  name in  the TriMail  batch file.   The
  140.      following  example shows  how the  above TriMail  batch file  could be
  141.      modified so that TriMail will use IRQ 5:
  142.  
  143.      cd \doors\trimail
  144.      trimail tmail1.cfg 5
  145.      cd \tribbs
  146.      board
  147.  
  148.  
  149.      MULTINODES
  150.      ----------
  151.  
  152.      TriMail supports multinode TriBBS systems.  You must create a separate
  153.      configuration  file for  each node.   Node  1's configuration  file is
  154.      TriMail's normal  TMAIL1.CFG, Node  2's configuration  file should  be
  155.      named TMAIL2.CFG, etc.
  156.  
  157.      SUPPORT
  158.      -------
  159.  
  160.      If you have any problems installing TriMail, you can obtain support by
  161.      calling either  The Lobster  Buoy, 207-941-0805,  or any other  TriBBS
  162.      support board.
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.